﻿2026-07-29T13:25:08.6642251Z ##[group]Run set -euo pipefail
2026-07-29T13:25:08.6642559Z [36;1mset -euo pipefail[0m
2026-07-29T13:25:08.6642765Z [36;1mPIN=0c95435[0m
2026-07-29T13:25:08.6642974Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-29T13:25:08.6643222Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-29T13:25:08.6643560Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-29T13:25:08.6643995Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-29T13:25:08.6644409Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-29T13:25:08.6644742Z [36;1m  rm -rf "$CACHE"[0m
2026-07-29T13:25:08.6644977Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-29T13:25:08.6645243Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-29T13:25:08.6645586Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-29T13:25:08.6645930Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-29T13:25:08.6646192Z [36;1mfi[0m
2026-07-29T13:25:08.6646482Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T13:25:08.6658893Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-29T13:25:08.6659452Z env:
2026-07-29T13:25:08.6659752Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T13:25:08.6660158Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30455872858-1-LfJc10
2026-07-29T13:25:08.6660734Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30455872858-1-LfJc10
2026-07-29T13:25:08.6661179Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30455872858-1-LfJc10
2026-07-29T13:25:08.6661628Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30455872858-1-LfJc10
2026-07-29T13:25:08.6661957Z ##[endgroup]
2026-07-29T13:25:08.9506595Z    Compiling proc-macro2 v1.0.106
2026-07-29T13:25:08.9506990Z    Compiling quote v1.0.45
2026-07-29T13:25:08.9507591Z    Compiling unicode-ident v1.0.24
2026-07-29T13:25:08.9507910Z    Compiling libc v0.2.186
2026-07-29T13:25:08.9508253Z    Compiling serde_core v1.0.228
2026-07-29T13:25:08.9508554Z    Compiling cfg-if v1.0.4
2026-07-29T13:25:08.9508811Z    Compiling serde v1.0.228
2026-07-29T13:25:08.9557005Z    Compiling log v0.4.32
2026-07-29T13:25:08.9598684Z    Compiling pin-project-lite v0.2.17
2026-07-29T13:25:08.9643731Z    Compiling portable-atomic v1.13.1
2026-07-29T13:25:08.9644587Z    Compiling typenum v1.20.1
2026-07-29T13:25:08.9645050Z    Compiling memchr v2.8.1
2026-07-29T13:25:08.9734636Z    Compiling version_check v0.9.5
2026-07-29T13:25:08.9810999Z    Compiling find-msvc-tools v0.1.9
2026-07-29T13:25:08.9901784Z    Compiling shlex v2.0.1
2026-07-29T13:25:09.0031813Z    Compiling critical-section v1.2.0
2026-07-29T13:25:09.0560894Z    Compiling subtle v2.6.1
2026-07-29T13:25:09.0781110Z    Compiling futures-core v0.3.32
2026-07-29T13:25:09.1040913Z    Compiling bytes v1.11.1
2026-07-29T13:25:09.1969688Z    Compiling smallvec v1.15.1
2026-07-29T13:25:09.2421782Z    Compiling equivalent v1.0.2
2026-07-29T13:25:09.2558684Z    Compiling itoa v1.0.18
2026-07-29T13:25:09.2721325Z    Compiling semver v1.0.28
2026-07-29T13:25:09.2728780Z    Compiling stable_deref_trait v1.2.1
2026-07-29T13:25:09.2973796Z    Compiling futures-io v0.3.32
2026-07-29T13:25:09.2977160Z    Compiling futures-sink v0.3.32
2026-07-29T13:25:09.3173730Z    Compiling slab v0.4.12
2026-07-29T13:25:09.3551137Z    Compiling futures-task v0.3.32
2026-07-29T13:25:09.3951689Z    Compiling futures-channel v0.3.32
2026-07-29T13:25:09.4310677Z    Compiling rand_core v0.10.1
2026-07-29T13:25:09.4410963Z    Compiling generic-array v0.14.7
2026-07-29T13:25:09.4561006Z    Compiling hashbrown v0.17.1
2026-07-29T13:25:09.4712497Z    Compiling bitflags v2.12.1
2026-07-29T13:25:09.5101294Z    Compiling rustversion v1.0.22
2026-07-29T13:25:09.5970927Z    Compiling cpufeatures v0.2.17
2026-07-29T13:25:09.6580956Z    Compiling rustc_version v0.4.1
2026-07-29T13:25:09.6770868Z    Compiling getrandom v0.4.2
2026-07-29T13:25:09.6910685Z    Compiling fnv v1.0.7
2026-07-29T13:25:09.6950594Z    Compiling cfg_aliases v0.2.1
2026-07-29T13:25:09.7550658Z    Compiling strsim v0.11.1
2026-07-29T13:25:09.7720818Z    Compiling litemap v0.8.2
2026-07-29T13:25:09.7760678Z    Compiling writeable v0.6.3
2026-07-29T13:25:09.7942372Z    Compiling utf8_iter v1.0.4
2026-07-29T13:25:09.7944501Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T13:25:09.9667308Z    Compiling ident_case v1.0.1
2026-07-29T13:25:09.9829780Z    Compiling fs_extra v1.3.0
2026-07-29T13:25:09.9980886Z    Compiling icu_properties_data v2.2.0
2026-07-29T13:25:10.0030800Z    Compiling dunce v1.0.5
2026-07-29T13:25:10.0747541Z    Compiling percent-encoding v2.3.2
2026-07-29T13:25:10.0878583Z    Compiling autocfg v1.5.1
2026-07-29T13:25:10.1090006Z    Compiling thiserror v2.0.18
2026-07-29T13:25:10.1920551Z    Compiling cpufeatures v0.3.0
2026-07-29T13:25:10.2080575Z    Compiling indexmap v2.14.0
2026-07-29T13:25:10.2691167Z    Compiling http v1.4.1
2026-07-29T13:25:10.2890495Z    Compiling aws-lc-rs v1.17.0
2026-07-29T13:25:10.3049517Z    Compiling unicode-segmentation v1.13.3
2026-07-29T13:25:10.3688075Z    Compiling syn v2.0.117
2026-07-29T13:25:10.4105367Z    Compiling scopeguard v1.2.0
2026-07-29T13:25:10.4340684Z    Compiling chacha20 v0.10.0
2026-07-29T13:25:10.4480668Z    Compiling form_urlencoded v1.2.2
2026-07-29T13:25:10.4990816Z    Compiling lock_api v0.4.14
2026-07-29T13:25:10.5350543Z    Compiling untrusted v0.9.0
2026-07-29T13:25:10.5438431Z    Compiling heck v0.5.0
2026-07-29T13:25:10.5620986Z    Compiling rustls v0.23.40
2026-07-29T13:25:10.6340555Z    Compiling atomic-waker v1.1.2
2026-07-29T13:25:10.6441258Z    Compiling const-oid v0.10.2
2026-07-29T13:25:10.6474225Z    Compiling unicode-xid v0.2.6
2026-07-29T13:25:10.6746616Z    Compiling anyhow v1.0.102
2026-07-29T13:25:10.7404880Z    Compiling paste v1.0.15
2026-07-29T13:25:10.7421309Z    Compiling httparse v1.10.1
2026-07-29T13:25:10.7790787Z    Compiling zerocopy v0.8.50
2026-07-29T13:25:10.7963518Z    Compiling parking_lot_core v0.9.12
2026-07-29T13:25:10.7967189Z    Compiling num-traits v0.2.19
2026-07-29T13:25:10.8283135Z    Compiling hybrid-array v0.4.12
2026-07-29T13:25:10.8825209Z    Compiling convert_case v0.10.0
2026-07-29T13:25:10.9666787Z    Compiling curve25519-dalek v4.1.3
2026-07-29T13:25:11.0143633Z    Compiling ahash v0.8.12
2026-07-29T13:25:11.0488811Z    Compiling jobserver v0.1.34
2026-07-29T13:25:11.0701485Z    Compiling base64ct v1.8.3
2026-07-29T13:25:11.1242200Z    Compiling fastrand v2.4.1
2026-07-29T13:25:11.1709649Z    Compiling crypto-common v0.1.7
2026-07-29T13:25:11.1870660Z    Compiling block-buffer v0.10.4
2026-07-29T13:25:11.1977153Z    Compiling either v1.16.0
2026-07-29T13:25:11.2199817Z    Compiling powerfmt v0.2.0
2026-07-29T13:25:11.3250752Z    Compiling cc v1.2.63
2026-07-29T13:25:11.3320308Z    Compiling digest v0.10.7
2026-07-29T13:25:11.4156285Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T13:25:11.4290640Z    Compiling deranged v0.5.8
2026-07-29T13:25:11.4600446Z    Compiling http-body v1.0.1
2026-07-29T13:25:11.5081274Z    Compiling tinyvec_macros v0.1.1
2026-07-29T13:25:11.5577130Z    Compiling vcpkg v0.2.15
2026-07-29T13:25:11.6040229Z    Compiling num-conv v0.2.2
2026-07-29T13:25:11.6211400Z    Compiling tower-service v0.3.3
2026-07-29T13:25:11.6248401Z    Compiling base64 v0.22.1
2026-07-29T13:25:11.6491143Z    Compiling zmij v1.0.21
2026-07-29T13:25:11.6916615Z    Compiling mio v1.2.1
2026-07-29T13:25:11.7343457Z    Compiling socket2 v0.6.4
2026-07-29T13:25:11.7847269Z    Compiling getrandom v0.2.17
2026-07-29T13:25:11.8180975Z    Compiling pkg-config v0.3.33
2026-07-29T13:25:11.9390692Z    Compiling rand_core v0.6.4
2026-07-29T13:25:11.9790516Z    Compiling time-core v0.1.8
2026-07-29T13:25:11.9910465Z    Compiling data-encoding v2.11.0
2026-07-29T13:25:12.0010287Z    Compiling try-lock v0.2.5
2026-07-29T13:25:12.1220590Z    Compiling rand v0.10.1
2026-07-29T13:25:12.1320389Z    Compiling uuid v1.23.2
2026-07-29T13:25:12.1470760Z    Compiling want v0.3.1
2026-07-29T13:25:12.1479975Z    Compiling parking_lot v0.12.5
2026-07-29T13:25:12.2130568Z    Compiling crypto-common v0.2.2
2026-07-29T13:25:12.3010475Z    Compiling block-buffer v0.12.0
2026-07-29T13:25:12.4670260Z    Compiling sha2 v0.10.9
2026-07-29T13:25:12.5400742Z    Compiling cmake v0.1.58
2026-07-29T13:25:12.5510658Z    Compiling tinyvec v1.11.0
2026-07-29T13:25:12.5784263Z    Compiling inout v0.1.4
2026-07-29T13:25:12.5835146Z    Compiling vergen-lib v9.1.0
2026-07-29T13:25:12.7097620Z    Compiling n0-future v0.3.2
2026-07-29T13:25:12.7160399Z    Compiling spin v0.10.0
2026-07-29T13:25:12.7690577Z    Compiling diatomic-waker v0.2.3
2026-07-29T13:25:12.8122411Z    Compiling parking v2.2.1
2026-07-29T13:25:12.8170973Z    Compiling signature v2.2.0
2026-07-29T13:25:12.8530666Z    Compiling winnow v1.0.3
2026-07-29T13:25:12.9365514Z    Compiling httpdate v1.0.3
2026-07-29T13:25:12.9366098Z    Compiling serde_json v1.0.150
2026-07-29T13:25:12.9521975Z    Compiling crossbeam-utils v0.8.21
2026-07-29T13:25:13.0043424Z    Compiling cordyceps v0.3.4
2026-07-29T13:25:13.0081260Z    Compiling ed25519 v2.2.3
2026-07-29T13:25:13.0361045Z    Compiling futures-lite v2.6.1
2026-07-29T13:25:13.0821050Z    Compiling cipher v0.4.4
2026-07-29T13:25:13.1011013Z    Compiling netlink-packet-core v0.8.1
2026-07-29T13:25:13.1181816Z    Compiling universal-hash v0.5.1
2026-07-29T13:25:13.1759881Z    Compiling digest v0.11.3
2026-07-29T13:25:13.2240517Z    Compiling vergen-lib v0.1.6
2026-07-29T13:25:13.2612150Z    Compiling vergen v9.1.0
2026-07-29T13:25:13.2640939Z    Compiling heapless v0.7.17
2026-07-29T13:25:13.2950938Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T13:25:13.3188550Z    Compiling noq-udp v0.10.0
2026-07-29T13:25:13.3246092Z    Compiling sync_wrapper v1.0.2
2026-07-29T13:25:13.3603323Z    Compiling futures-buffered v0.2.13
2026-07-29T13:25:13.3880875Z    Compiling allocator-api2 v0.2.21
2026-07-29T13:25:13.3974829Z    Compiling opaque-debug v0.3.1
2026-07-29T13:25:13.4225520Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T13:25:13.4294807Z    Compiling byteorder v1.5.0
2026-07-29T13:25:13.4534707Z    Compiling polyval v0.6.2
2026-07-29T13:25:13.5676337Z    Compiling spin v0.9.8
2026-07-29T13:25:13.5952967Z    Compiling vergen-gitcl v1.0.8
2026-07-29T13:25:13.6260490Z    Compiling aws-lc-sys v0.41.0
2026-07-29T13:25:13.6510751Z    Compiling ring v0.17.14
2026-07-29T13:25:13.6992194Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T13:25:13.7290430Z    Compiling hash32 v0.2.1
2026-07-29T13:25:13.7380319Z    Compiling num_threads v0.1.7
2026-07-29T13:25:13.7530961Z    Compiling signature v3.0.0
2026-07-29T13:25:13.7858673Z    Compiling tower-layer v0.3.3
2026-07-29T13:25:13.8310909Z    Compiling fallible-iterator v0.3.0
2026-07-29T13:25:13.8768693Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T13:25:13.8887887Z    Compiling ryu v1.0.23
2026-07-29T13:25:13.8935647Z    Compiling time v0.3.47
2026-07-29T13:25:13.9255610Z    Compiling ghash v0.5.1
2026-07-29T13:25:13.9808799Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T13:25:14.0073728Z    Compiling aes v0.8.4
2026-07-29T13:25:14.0340816Z    Compiling ctr v0.9.2
2026-07-29T13:25:14.1220697Z    Compiling fs2 v0.4.3
2026-07-29T13:25:14.2150653Z    Compiling http-body-util v0.1.3
2026-07-29T13:25:14.2489704Z    Compiling aead v0.5.2
2026-07-29T13:25:14.3190667Z    Compiling arrayvec v0.7.6
2026-07-29T13:25:14.3300823Z    Compiling openssl-probe v0.2.1
2026-07-29T13:25:14.3620718Z    Compiling utf8parse v0.2.2
2026-07-29T13:25:14.4170504Z    Compiling crossbeam-channel v0.5.15
2026-07-29T13:25:14.4586443Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T13:25:14.5113515Z    Compiling aes-gcm v0.10.3
2026-07-29T13:25:14.5540514Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T13:25:14.5580528Z    Compiling blake3 v1.8.5
2026-07-29T13:25:14.6070619Z    Compiling netlink-packet-route v0.29.0
2026-07-29T13:25:14.6710713Z    Compiling memoffset v0.6.5
2026-07-29T13:25:14.7774081Z    Compiling acto v0.8.2
2026-07-29T13:25:14.7940677Z    Compiling noq v0.18.0
2026-07-29T13:25:14.8316344Z    Compiling netwatch v0.16.0
2026-07-29T13:25:14.8980543Z    Compiling identity-hash v0.1.0
2026-07-29T13:25:14.9841714Z    Compiling rustix v1.1.4
2026-07-29T13:25:14.9950932Z    Compiling foldhash v0.2.0
2026-07-29T13:25:15.0610906Z    Compiling tagptr v0.2.0
2026-07-29T13:25:15.1000463Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T13:25:15.1060119Z    Compiling lru-slab v0.1.2
2026-07-29T13:25:15.1136095Z    Compiling ref-cast v1.0.25
2026-07-29T13:25:15.1981331Z    Compiling thiserror v1.0.69
2026-07-29T13:25:15.2223076Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T13:25:15.2341802Z    Compiling xml-rs v0.8.28
2026-07-29T13:25:15.3192682Z    Compiling mac-addr v0.3.0
2026-07-29T13:25:15.3891774Z    Compiling rustc-hash v2.1.2
2026-07-29T13:25:15.4289921Z    Compiling hashbrown v0.16.1
2026-07-29T13:25:15.5522172Z    Compiling netlink-packet-route v0.30.0
2026-07-29T13:25:15.6371573Z    Compiling ioctl-rs v0.1.6
2026-07-29T13:25:15.6920855Z    Compiling errno v0.3.14
2026-07-29T13:25:15.7410853Z    Compiling synstructure v0.13.2
2026-07-29T13:25:15.7520425Z    Compiling darling_core v0.20.11
2026-07-29T13:25:15.8426322Z    Compiling serde_derive_internals v0.29.1
2026-07-29T13:25:16.1580520Z    Compiling proc-macro-crate v3.5.0
2026-07-29T13:25:16.2405513Z    Compiling xmltree v0.10.3
2026-07-29T13:25:16.3070942Z    Compiling termios v0.2.2
2026-07-29T13:25:16.3380612Z    Compiling serial-core v0.4.0
2026-07-29T13:25:16.4420590Z    Compiling aho-corasick v1.1.4
2026-07-29T13:25:16.4630407Z    Compiling simple-dns v0.9.3
2026-07-29T13:25:16.5069262Z    Compiling toml_write v0.1.2
2026-07-29T13:25:16.5118714Z    Compiling regex-syntax v0.8.10
2026-07-29T13:25:16.5129913Z    Compiling linux-raw-sys v0.12.1
2026-07-29T13:25:16.5244483Z    Compiling sha1_smol v1.0.1
2026-07-29T13:25:16.6862980Z    Compiling winnow v0.7.15
2026-07-29T13:25:16.7060670Z    Compiling smol_str v0.1.24
2026-07-29T13:25:16.7580043Z    Compiling simdutf8 v0.1.5
2026-07-29T13:25:16.9647690Z    Compiling constant_time_eq v0.4.2
2026-07-29T13:25:17.0095726Z    Compiling signal-hook v0.3.18
2026-07-29T13:25:17.0270847Z    Compiling arrayref v0.3.9
2026-07-29T13:25:17.0630764Z    Compiling resolv-conf v0.7.6
2026-07-29T13:25:17.1707488Z    Compiling serial-unix v0.4.0
2026-07-29T13:25:17.1778674Z    Compiling lru v0.16.4
2026-07-29T13:25:17.3830942Z    Compiling signal-hook-registry v1.4.8
2026-07-29T13:25:17.3960674Z    Compiling darling_core v0.23.0
2026-07-29T13:25:17.6567418Z    Compiling serde_bytes v0.11.19
2026-07-29T13:25:17.7251518Z    Compiling seize v0.5.1
2026-07-29T13:25:17.7387358Z    Compiling serde_derive v1.0.228
2026-07-29T13:25:17.8010716Z    Compiling zeroize_derive v1.4.3
2026-07-29T13:25:17.8761377Z    Compiling tokio-macros v2.7.0
2026-07-29T13:25:18.1940645Z    Compiling futures-macro v0.3.32
2026-07-29T13:25:18.4150702Z    Compiling zeroize v1.8.2
2026-07-29T13:25:18.5793959Z    Compiling zerofrom-derive v0.1.7
2026-07-29T13:25:18.6889430Z    Compiling tokio v1.52.3
2026-07-29T13:25:19.0298788Z    Compiling yoke-derive v0.8.2
2026-07-29T13:25:19.0800909Z    Compiling zerovec-derive v0.11.3
2026-07-29T13:25:19.1931022Z    Compiling displaydoc v0.2.6
2026-07-29T13:25:19.2275519Z    Compiling futures-util v0.3.32
2026-07-29T13:25:19.3373099Z    Compiling tracing-attributes v0.1.31
2026-07-29T13:25:20.0977110Z    Compiling rustls-pki-types v1.14.1
2026-07-29T13:25:20.1420749Z    Compiling zerofrom v0.1.8
2026-07-29T13:25:20.2643197Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T13:25:20.2880628Z    Compiling thiserror-impl v2.0.18
2026-07-29T13:25:20.3575911Z    Compiling yoke v0.8.3
2026-07-29T13:25:20.5660537Z    Compiling zerotrie v0.2.4
2026-07-29T13:25:20.6059872Z    Compiling zerovec v0.11.6
2026-07-29T13:25:20.8390480Z    Compiling darling_macro v0.20.11
2026-07-29T13:25:20.9705736Z    Compiling derive_more-impl v2.1.1
2026-07-29T13:25:20.9822300Z    Compiling n0-error-macros v0.1.3
2026-07-29T13:25:21.0020895Z    Compiling spez v0.1.2
2026-07-29T13:25:21.2300901Z    Compiling darling v0.20.11
2026-07-29T13:25:21.2945570Z    Compiling derive_builder_core v0.20.2
2026-07-29T13:25:21.3798206Z    Compiling tinystr v0.8.3
2026-07-29T13:25:21.3956684Z    Compiling potential_utf v0.1.5
2026-07-29T13:25:21.4171124Z    Compiling der v0.8.0-rc.10
2026-07-29T13:25:21.5450716Z    Compiling icu_collections v2.2.0
2026-07-29T13:25:21.6180372Z    Compiling icu_locale_core v2.2.0
2026-07-29T13:25:22.2350060Z    Compiling n0-error v0.1.3
2026-07-29T13:25:22.2480668Z    Compiling pin-project-internal v1.1.13
2026-07-29T13:25:22.3502119Z    Compiling cobs v0.3.0
2026-07-29T13:25:22.5454969Z    Compiling ed25519-dalek v2.2.0
2026-07-29T13:25:22.6115357Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T13:25:22.6431700Z    Compiling derive_builder_macro v0.20.2
2026-07-29T13:25:22.9701457Z    Compiling icu_provider v2.2.0
2026-07-29T13:25:22.9809570Z    Compiling derive_builder v0.20.2
2026-07-29T13:25:23.0301128Z    Compiling spki v0.8.0-rc.4
2026-07-29T13:25:23.0542319Z    Compiling futures-executor v0.3.32
2026-07-29T13:25:23.1140764Z    Compiling ipnet v2.12.0
2026-07-29T13:25:23.2644951Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T13:25:23.3804635Z    Compiling icu_normalizer v2.2.0
2026-07-29T13:25:23.4023841Z    Compiling icu_properties v2.2.0
2026-07-29T13:25:23.4490783Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T13:25:23.5378684Z    Compiling prefix-trie v0.8.4
2026-07-29T13:25:23.5560845Z    Compiling futures v0.3.32
2026-07-29T13:25:23.7420662Z    Compiling pin-project v1.1.13
2026-07-29T13:25:23.8147600Z    Compiling once_cell v1.21.4
2026-07-29T13:25:23.9550983Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-29T13:25:23.9670093Z    Compiling postcard-derive v0.2.2
2026-07-29T13:25:24.0492822Z    Compiling tracing-core v0.1.36
2026-07-29T13:25:24.2900710Z    Compiling hashbrown v0.14.5
2026-07-29T13:25:24.3111227Z    Compiling data-encoding-macro v0.1.20
2026-07-29T13:25:24.3678007Z    Compiling rustls-native-certs v0.8.4
2026-07-29T13:25:24.3805487Z    Compiling enum-assoc v1.3.0
2026-07-29T13:25:24.5834939Z    Compiling tracing v0.1.44
2026-07-29T13:25:24.6580674Z    Compiling tokio-util v0.7.18
2026-07-29T13:25:24.8460910Z    Compiling idna_adapter v1.2.2
2026-07-29T13:25:24.9257363Z    Compiling netlink-sys v0.8.8
2026-07-29T13:25:24.9680657Z    Compiling idna v1.1.0
2026-07-29T13:25:24.9771137Z    Compiling postcard v1.1.3
2026-07-29T13:25:25.1796485Z    Compiling hashlink v0.9.1
2026-07-29T13:25:25.2371018Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T13:25:25.2581128Z    Compiling tower v0.5.3
2026-07-29T13:25:25.3848074Z    Compiling num_enum_derive v0.7.6
2026-07-29T13:25:25.4210155Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T13:25:25.4603279Z    Compiling derive_more v2.1.1
2026-07-29T13:25:25.5293584Z    Compiling url v2.5.8
2026-07-29T13:25:25.5530611Z    Compiling strum_macros v0.28.0
2026-07-29T13:25:25.5601241Z    Compiling async-trait v0.1.89
2026-07-29T13:25:25.5789730Z    Compiling netlink-proto v0.12.0
2026-07-29T13:25:25.6453183Z    Compiling netdev v0.42.0
2026-07-29T13:25:25.7450674Z    Compiling h2 v0.4.14
2026-07-29T13:25:25.8290530Z    Compiling rusqlite v0.32.1
2026-07-29T13:25:25.8993582Z    Compiling n0-watcher v0.6.1
2026-07-29T13:25:25.9079337Z    Compiling iroh-metrics v0.38.3
2026-07-29T13:25:25.9180324Z    Compiling tokio-stream v0.1.18
2026-07-29T13:25:26.0870626Z    Compiling iroh-relay v0.98.0
2026-07-29T13:25:26.2000133Z    Compiling moka v0.12.15
2026-07-29T13:25:26.2948032Z    Compiling toml_datetime v0.6.11
2026-07-29T13:25:26.3660524Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T13:25:26.4020789Z    Compiling iroh-base v0.98.0
2026-07-29T13:25:26.5345053Z    Compiling num_enum v0.7.6
2026-07-29T13:25:26.5742493Z    Compiling attohttpc v0.30.1
2026-07-29T13:25:26.6300723Z    Compiling tower-http v0.6.11
2026-07-29T13:25:26.6341203Z    Compiling serde_spanned v0.6.9
2026-07-29T13:25:26.7302458Z    Compiling thiserror-impl v1.0.69
2026-07-29T13:25:26.7637095Z    Compiling ref-cast-impl v1.0.25
2026-07-29T13:25:26.7942215Z    Compiling toml_edit v0.22.27
2026-07-29T13:25:27.1817941Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-29T13:25:27.3100042Z    Compiling webpki-roots v1.0.7
2026-07-29T13:25:27.3140612Z    Compiling regex-automata v0.4.14
2026-07-29T13:25:27.3993299Z    Compiling schemars_derive v1.2.1
2026-07-29T13:25:27.4160679Z    Compiling hmac v0.12.1
2026-07-29T13:25:27.5491949Z    Compiling iroh v0.98.2
2026-07-29T13:25:27.5620778Z    Compiling pin-utils v0.1.0
2026-07-29T13:25:27.6209682Z    Compiling dyn-clone v1.0.20
2026-07-29T13:25:27.7880701Z    Compiling cmov v0.5.4
2026-07-29T13:25:27.8601397Z    Compiling rustix v0.38.44
2026-07-29T13:25:27.8640789Z    Compiling bitflags v1.3.2
2026-07-29T13:25:27.9260687Z    Compiling nix v0.25.1
2026-07-29T13:25:28.0283438Z    Compiling ctutils v0.4.2
2026-07-29T13:25:28.0920584Z    Compiling hkdf v0.12.4
2026-07-29T13:25:28.3080976Z    Compiling backon v1.6.0
2026-07-29T13:25:28.3430841Z    Compiling darling_macro v0.23.0
2026-07-29T13:25:28.3650427Z    Compiling papaya v0.2.4
2026-07-29T13:25:28.4840856Z    Compiling filedescriptor v0.8.3
2026-07-29T13:25:28.5574058Z    Compiling strum v0.28.0
2026-07-29T13:25:28.6100438Z    Compiling serial v0.4.0
2026-07-29T13:25:28.6950005Z    Compiling iroh-dns v0.98.0
2026-07-29T13:25:28.6998519Z    Compiling anstyle-parse v1.0.0
2026-07-29T13:25:28.7120827Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T13:25:28.7510819Z    Compiling linux-raw-sys v0.4.15
2026-07-29T13:25:28.8550422Z    Compiling downcast-rs v1.2.1
2026-07-29T13:25:28.8919448Z    Compiling shell-words v1.1.1
2026-07-29T13:25:28.9111397Z    Compiling unicode-width v0.2.0
2026-07-29T13:25:28.9220953Z    Compiling instability v0.3.12
2026-07-29T13:25:28.9569317Z    Compiling colorchoice v1.0.5
2026-07-29T13:25:29.0388031Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T13:25:29.0470732Z    Compiling anstyle-query v1.1.5
2026-07-29T13:25:29.0720880Z    Compiling foldhash v0.1.5
2026-07-29T13:25:29.0970540Z    Compiling anstyle v1.0.14
2026-07-29T13:25:29.1300857Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T13:25:29.1449382Z    Compiling vte v0.13.1
2026-07-29T13:25:29.2152793Z    Compiling hashbrown v0.15.5
2026-07-29T13:25:29.2644203Z    Compiling darling v0.23.0
2026-07-29T13:25:29.2793526Z    Compiling signal-hook-mio v0.2.5
2026-07-29T13:25:29.3321467Z    Compiling anstream v1.0.0
2026-07-29T13:25:29.3730999Z    Compiling spake2 v0.4.0
2026-07-29T13:25:29.3770641Z    Compiling terminal_size v0.4.4
2026-07-29T13:25:29.5015504Z    Compiling toml v0.8.23
2026-07-29T13:25:29.5287974Z    Compiling schemars v1.2.1
2026-07-29T13:25:29.7638254Z    Compiling strum_macros v0.26.4
2026-07-29T13:25:29.7770376Z    Compiling sha1 v0.10.6
2026-07-29T13:25:30.0410689Z    Compiling itertools v0.13.0
2026-07-29T13:25:30.1080538Z    Compiling castaway v0.2.4
2026-07-29T13:25:30.2010736Z    Compiling clap_lex v1.1.0
2026-07-29T13:25:30.2951159Z    Compiling unicode-width v0.1.14
2026-07-29T13:25:30.4690637Z    Compiling regex v1.12.3
2026-07-29T13:25:30.5761131Z    Compiling doctest-file v1.1.1
2026-07-29T13:25:30.6199169Z    Compiling static_assertions v1.1.0
2026-07-29T13:25:30.6350444Z    Compiling indoc v2.0.7
2026-07-29T13:25:30.7023528Z    Compiling compact_str v0.8.2
2026-07-29T13:25:31.1212702Z    Compiling interprocess v2.4.2
2026-07-29T13:25:31.2106087Z    Compiling clap_builder v4.6.0
2026-07-29T13:25:31.7740949Z    Compiling hyper v1.10.1
2026-07-29T13:25:31.8101444Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-29T13:25:32.0410419Z    Compiling unicode-truncate v1.1.0
2026-07-29T13:25:32.0520633Z    Compiling crossterm v0.28.1
2026-07-29T13:25:32.0948388Z    Compiling lru v0.12.5
2026-07-29T13:25:32.2227341Z    Compiling portable-pty v0.8.1
2026-07-29T13:25:32.2361824Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-29T13:25:32.2495499Z    Compiling clap_derive v4.6.1
2026-07-29T13:25:32.2779255Z    Compiling iana-time-zone v0.1.65
2026-07-29T13:25:32.2783295Z    Compiling strum v0.26.3
2026-07-29T13:25:32.3932871Z    Compiling cassowary v0.3.0
2026-07-29T13:25:32.6441184Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-29T13:25:32.6839961Z    Compiling chrono v0.4.45
2026-07-29T13:25:32.7170835Z    Compiling nucleo-matcher v0.3.1
2026-07-29T13:25:33.2231027Z    Compiling ratatui v0.29.0
2026-07-29T13:25:33.3980873Z    Compiling qrcode v0.14.1
2026-07-29T13:25:33.5251335Z    Compiling tempfile v3.27.0
2026-07-29T13:25:33.8839351Z    Compiling hyper-util v0.1.20
2026-07-29T13:25:34.5991531Z    Compiling clap v4.6.1
2026-07-29T13:25:35.7951419Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-29T13:25:35.8179616Z    Compiling igd-next v0.17.1
2026-07-29T13:25:36.9840514Z    Compiling portmapper v0.16.0
2026-07-29T13:25:41.9634312Z    Compiling rustls-webpki v0.103.13
2026-07-29T13:25:44.3858677Z    Compiling tokio-rustls v0.26.4
2026-07-29T13:25:44.3859340Z    Compiling noq-proto v0.17.0
2026-07-29T13:25:44.3859645Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T13:25:44.5277648Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T13:25:44.5278324Z    Compiling hyper-rustls v0.27.9
2026-07-29T13:25:44.5278749Z    Compiling tokio-websockets v0.13.2
2026-07-29T13:25:44.6581596Z    Compiling reqwest v0.13.4
2026-07-29T13:25:45.6369357Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T13:25:59.7926095Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-29T13:26:01.3676289Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-29T13:26:11.6747072Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-29T13:26:16.7527411Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-29T13:26:16.7750290Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9c420081533e558a)
2026-07-29T13:26:16.7763708Z 
2026-07-29T13:26:16.7763813Z running 1 test
2026-07-29T13:26:22.9619721Z test new_brain_serves_against_old_broker ... ok
2026-07-29T13:26:22.9619982Z 
2026-07-29T13:26:22.9620191Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-29T13:26:22.9620480Z 
